Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed OpentraceableClientE2ETest to be more deterministic #5536

Merged
merged 2 commits into from
Nov 28, 2022

Conversation

tomas-langer
Copy link
Member

(and added explanation of what it should test)

Disabled BulkheadTest that is failing intermittently

Resolves #5487

…explanation of what it should test)

Disabled BulkheadTest that is failing intermittently
@tomas-langer tomas-langer self-assigned this Nov 25, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 25, 2022
@@ -42,14 +44,19 @@ class BulkheadTest {

private static final long WAIT_TIMEOUT_MILLIS = 10000;

private final CountDownLatch enqueuedSubmitted = new CountDownLatch(1);
private CountDownLatch enqueuedSubmitted;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is done to allow @RepeatedTest to be used on testBulkhead to reproduce intermittent failure

@tomas-langer tomas-langer merged commit 4e35403 into helidon-io:main Nov 28, 2022
@tomas-langer tomas-langer deleted the fix-failing-test branch November 28, 2022 20:02
trentjeff pushed a commit to trentjeff/helidon that referenced this pull request Nov 29, 2022
…#5536)

* Fixed OpentraceableClientE2ETest to be more deterministic (and added explanation of what it should test)
Disabled BulkheadTest that is failing intermittently

* Fixed tests that leave current span scope open (and influence other tests)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x intermittent OCA Verified All contributors have signed the Oracle Contributor Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants